home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / rptworks / demo1.dfm / demo1.txt
Encoding:
Text File  |  1996-09-15  |  5.0 KB  |  217 lines

  1. object Form1: TForm1
  2.   Left = 196
  3.   Top = 96
  4.   Width = 435
  5.   Height = 302
  6.   Caption = 'ReportWorks Demo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   WindowState = wsMaximized
  13.   OnResize = FormResize
  14.   OnShow = FormShow
  15.   TextHeight = 16
  16.   object ScrollBox1: TScrollBox
  17.     Left = 0
  18.     Top = 0
  19.     Width = 429
  20.     Height = 234
  21.     Align = alClient
  22.     BorderStyle = bsNone
  23.     Color = clWhite
  24.     ParentColor = False
  25.     TabOrder = 1
  26.     object ReportWorks1: TReportWorks
  27.       Left = 0
  28.       Top = 0
  29.       Width = 100
  30.       Height = 100
  31.       BottomMargin = 0.500000000000000000
  32.       Destination = dPreview
  33.       LeftMargin = 1.000000000000000000
  34.       LineMeasure = lmLinesPerInch
  35.       LinesPerInch = 5
  36.       LineWidth = lwNormal
  37.       Orientation = poPortrait
  38.       PageBorder = False
  39.       RightMargin = 1.000000000000000000
  40.       TextStyle = tsTransparent
  41.       Title = 'ReportWorks Demo'
  42.       TopMargin = 0.500000000000000000
  43.       ZoomPercent = 100
  44.     end
  45.   end
  46.   object Panel1: TPanel
  47.     Left = 0
  48.     Top = 234
  49.     Width = 429
  50.     Height = 43
  51.     Align = alBottom
  52.     BorderStyle = bsSingle
  53.     TabOrder = 0
  54.     object Label1: TLabel
  55.       Left = 128
  56.       Top = 8
  57.       Width = 88
  58.       Height = 16
  59.       Alignment = taCenter
  60.       AutoSize = False
  61.       Color = clTeal
  62.       ParentColor = False
  63.     end
  64.     object Bevel1: TBevel
  65.       Left = 128
  66.       Top = 8
  67.       Width = 89
  68.       Height = 17
  69.     end
  70.     object Button1: TButton
  71.       Left = 16
  72.       Top = 8
  73.       Width = 25
  74.       Height = 25
  75.       Caption = ' |<'
  76.       TabOrder = 0
  77.       OnClick = Button1Click
  78.     end
  79.     object Button2: TButton
  80.       Left = 40
  81.       Top = 8
  82.       Width = 25
  83.       Height = 25
  84.       Caption = ' <'
  85.       TabOrder = 1
  86.       OnClick = Button2Click
  87.     end
  88.     object Button3: TButton
  89.       Left = 64
  90.       Top = 8
  91.       Width = 25
  92.       Height = 25
  93.       Caption = ' >'
  94.       TabOrder = 2
  95.       OnClick = Button3Click
  96.     end
  97.     object Button4: TButton
  98.       Left = 88
  99.       Top = 8
  100.       Width = 25
  101.       Height = 25
  102.       Caption = ' >|'
  103.       TabOrder = 3
  104.       OnClick = Button4Click
  105.     end
  106.     object BitBtn1: TBitBtn
  107.       Left = 248
  108.       Top = 8
  109.       Width = 81
  110.       Height = 25
  111.       Caption = '&Print'
  112.       TabOrder = 4
  113.       OnClick = BitBtn1Click
  114.       Glyph.Data = {
  115.         78010000424D7801000000000000760000002800000020000000100000000100
  116.         04000000000000000000120B0000120B00000000000000000000000000000000
  117.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  118.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  119.         0003377777777777777308888888888888807F33333333333337088888888888
  120.         88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  121.         8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  122.         8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  123.         03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  124.         03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  125.         33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  126.         33333337FFFF77333333333000000333333333377777733333330000}
  127.       NumGlyphs = 2
  128.     end
  129.     object BitBtn2: TBitBtn
  130.       Left = 344
  131.       Top = 8
  132.       Width = 73
  133.       Height = 25
  134.       TabOrder = 5
  135.       Kind = bkClose
  136.     end
  137.   end
  138.   object CustSource: TDataSource
  139.     AutoEdit = False
  140.     DataSet = Cust
  141.     Left = 121
  142.     Top = 243
  143.   end
  144.   object Cust: TTable
  145.     Active = True
  146.     DatabaseName = 'DBDEMOS'
  147.     IndexFieldNames = 'CustNo'
  148.     TableName = 'CUSTOMER.DB'
  149.     Left = 153
  150.     Top = 243
  151.     object CustCustNo: TFloatField
  152.       FieldName = 'CustNo'
  153.     end
  154.     object CustCompany: TStringField
  155.       FieldName = 'Company'
  156.       Size = 30
  157.     end
  158.     object CustAddr1: TStringField
  159.       FieldName = 'Addr1'
  160.       Size = 30
  161.     end
  162.     object CustAddr2: TStringField
  163.       FieldName = 'Addr2'
  164.       Size = 30
  165.     end
  166.     object CustCity: TStringField
  167.       FieldName = 'City'
  168.       Size = 15
  169.     end
  170.     object CustState: TStringField
  171.       FieldName = 'State'
  172.     end
  173.     object CustZip: TStringField
  174.       FieldName = 'Zip'
  175.       Size = 10
  176.     end
  177.     object CustPhone: TStringField
  178.       FieldName = 'Phone'
  179.       Size = 15
  180.     end
  181.   end
  182.   object OrderSource: TDataSource
  183.     DataSet = Orders
  184.     Left = 185
  185.     Top = 243
  186.   end
  187.   object Orders: TTable
  188.     Active = True
  189.     DatabaseName = 'DBDEMOS'
  190.     IndexFieldNames = 'CustNo'
  191.     MasterFields = 'CustNo'
  192.     MasterSource = CustSource
  193.     TableName = 'ORDERS.DB'
  194.     Left = 217
  195.     Top = 243
  196.     object OrdersOrderNo: TFloatField
  197.       FieldName = 'OrderNo'
  198.     end
  199.     object OrdersCustNo: TFloatField
  200.       FieldName = 'CustNo'
  201.       Required = True
  202.     end
  203.     object OrdersPaymentMethod: TStringField
  204.       FieldName = 'PaymentMethod'
  205.       Size = 7
  206.     end
  207.     object OrdersItemsTotal: TCurrencyField
  208.       FieldName = 'ItemsTotal'
  209.       Currency = True
  210.     end
  211.     object OrdersAmountPaid: TCurrencyField
  212.       FieldName = 'AmountPaid'
  213.       Currency = True
  214.     end
  215.   end
  216. end
  217.